AudioListenerWillBeDestroyedEvent

data class AudioListenerWillBeDestroyedEvent(contextId: GraphObjectId, listenerId: GraphObjectId) : Event

Notifies that a new AudioListener has been created.

Constructors

AudioListenerWillBeDestroyedEvent
Link copied to clipboard
fun AudioListenerWillBeDestroyedEvent(contextId: GraphObjectId, listenerId: GraphObjectId)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

contextId
Link copied to clipboard
val contextId: GraphObjectId
listenerId
Link copied to clipboard
val listenerId: GraphObjectId

Sources

jvm source
Link copied to clipboard